home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 40
/
Amiga Format CD40 (1999-05-11)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-06].iso
/
-readerstuff-
/
paul_qureshi
/
source
/
nbody.lzx
/
NBody_Collision_Detection
/
project
/
simbk.dat
< prev
next >
Wrap
Text File
|
1999-03-27
|
833b
|
20 lines
/* simulation specificaiton file */
/* name, density: name of polyhedron instanced. density of polyhedron
{x,y,z}-p: positon of polyhedron.
{x,y,z}-v: velocity of polyhedron.
{x,y,z}-r: orientation of polyhedron in euler angles(degree).
{x,y,z}-d: axis of rotation(vector)
delta: amount of rotation in radius */
/* name,density,x-p,y-p,z-p,x-v,y-v,z-v,x-r,y-r,z-r,x-d,y-d,z-d,delta*/
start 5
slab 2.0 -9 -9 -9 0.1 0.1 0.2 45 90 30 4 2 6 0.1
slab 3.0 9 -9 -9 -0.1 0.1 0.2 95 40 -30 2 2 5 0.15
slab 3.0 -9 -9 9 0.1 0.1 -0.2 -45 10 40 3 6 2 0.2
pyramid 1.0 -9 9 -9 0.1 -0.1 -0.2 55 70 90 5 1 3 0.5
pyramid 5 -0.4 0.2 -0.5 0.1 -0.1 -0.2 55 70 90 5 1 3 0.2
*